Release 10.1A: OpenEdge Getting Started:
WebSpeed Essentials


Multi-homed servers (multiple IP address servers)

If you have a server that has more than one network card in it, it is probably going to have more than one IP address—a scenario described as multi-homed servers. You could have problems connecting to the AdminServer and other OpenEdge servers in this instance.

An example of a multi-homed server is shown in Figure 4–17.

Figure 4–17: Multi-homed server

The clients on the 10.x.x.x subnet will not be able to access services on the host unless they use the correct IP address 10.1.1.1. Likewise, the 192.168.x.x subnet must use 192.168.123.1. To make all these clients connect to a single AppServer on the host, set up the hosts file on the machines in the 10.x.x.x subnet to read as follows:

127.0.0.1       localhost 
10.1.1.1        hydra 

And, on the 192.168.x.x subnet to read as follows:

127.0.0.1       localhost 
192.168.123.1   hydra 

All AppServer and WebSpeed instances running on hydra must have their Register with NameServer settings changed so that they do not register with an IP address, but instead with a host name, as shown in Figure 4–18.

Figure 4–18: Register with NameServer setting

This enables the NameServer to tell the clients, regardless of what subnet they are on, to connect to the machine called hydra. It is then up to the client machine to decide what the appropriate IP address is.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095